-
Notifications
You must be signed in to change notification settings - Fork 59
check if we are in ipython env #816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D79982702 |
02df0cf
to
e4e6325
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
3159ef0
to
d5bd27c
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
d5bd27c
to
a131f54
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
c1b6141
to
c1c5194
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
c1c5194
to
dfd35b1
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
dfd35b1
to
dd8fc7f
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
dd8fc7f
to
be7ed2e
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Differential Revision: D79982702
e301c0d
to
54a0fa7
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
54a0fa7
to
370b0d2
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
370b0d2
to
144687a
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
144687a
to
41d508f
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
41d508f
to
82778a0
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
82778a0
to
b32f4e0
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
b32f4e0
to
7b26902
Compare
Summary: Provide sync flush so it is guaranteed all the flushed logs on the remote procs will be streamed back and flushed on client's stdout/stderr. Differential Revision: D80051803
Summary: force sync flush upon mesh stop Differential Revision: D80310284
7b26902
to
7268327
Compare
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
Summary: In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
7268327
to
900711e
Compare
This pull request was exported from Phabricator. Differential Revision: D79982702 |
900711e
to
6c1dcc5
Compare
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
Summary: Pull Request resolved: meta-pytorch#816 In ipython notebook, a cell can end fast. Yet the process can still run in the background. However, the background process will not flush logs to the existing cell anymore. The patch registers the flush function upon a cell exiting. Reviewed By: ahmadsharif1 Differential Revision: D79982702
This pull request was exported from Phabricator. Differential Revision: D79982702 |
6c1dcc5
to
aac48ad
Compare
Summary:
In ipython notebook, a cell can end fast. Yet the process can still run in the background.
However, the background process will not flush logs to the existing cell anymore.
The patch register the flush function upon a cell exiting.
Differential Revision: D79982702